body {
	font-size: 18px;
	min-width: 1250px !important;
	background-color: #fff;
	font-family: 'Microsoft YaHei';
}

@media screen and(max-width: 1600px){
	.saide_body{
		transform:scale(0.8);
	}
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}

.font_1 {
	font-size: 14px !important;
}

.font_2 {
	font-size: 18px !important;
}

.font_3 {
	font-size: 20px !important;
}

.font_4 {
	font-size: 24px !important;
}

.font_5 {
	font-size: 28px !important;
}

a {
	text-decoration: none;
	color: #666666;
	display: inline-block;
}

.saide_w {
	width: 1200px;
	min-width: 1200px !important;
	height: 100%;
	margin: 0 auto;
}

.s_top {
	min-width: 100% !important;
	width: 100%;
	margin: auto;
	height: 64px;
	min-height: 64px !important;
}

.s_top_icon {
	float: left;
	width: 25%;
}

.s_top_icon i {
	display: inline-block;
	background: url(/saide/import/img/saide.png?time=20190704) no-repeat;
	width: 129px;
	height: 42px;
	margin-top: 14px;
	background-size: 640px;
}

.s_top_nav {
	height: 100%;
	float: right;
	margin: auto;
}

.s_top_nav span {
	display: inline-block;
	text-align: center;
	line-height: 56px;
	min-height: 60px;
	height: 60px;
	width: 80px;
	min-width: 80px;
	font-family: MicrosoftYaHei;
	font-weight: 500;
	color: #666666;
	cursor: pointer;
	float: left;
	border-top: solid 6px #ffffff;
}

.s_top_nav span:HOVER {
	border-top: solid 6px #D62926;
}

.s_top_nav .s_top_select {
	background-color: #D62926;
	border-top: solid 6px #D62926;
	color: #ffffff;
}

.s_bottom {
    background: #31415A;
    color: #ffffff;
    height: 172px;
    display: inline-block;
    width: 100%;
}

.s_bottom .saide_w{
	padding-top: 40px;
	height: auto;
}

.s_bottom_1 {
	 height: 72px;
}

.s_bottom_icon {
	float: left;
}

.s_bottom_icon i {
	display: inline-block;
    background: url(/saide/import/img/saide.png?time=20190704) no-repeat;
    width: 125px;
    height: 43px;
    background-position: 0px -277px;
    background-size: 640px;
}

.s_bottom_nav {
    float: left;
    margin-left: 20px;
    line-height: 50px;
}

.s_bottom_nav span {
    margin-left: 14px;
    font-size: 18px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    margin-right: 10px;
    cursor: pointer;
   	color: #ffffff;
}

.s_bottom_kefu {
	float: right;
	margin-right: 5px;
}

.s_bottom_kefu_icon {
	display: inline-block;
    background: url(/saide/import/img/saide.png?time=20190704) no-repeat;
    width: 62px;
    height: 62px;
    background-position: 0px -205px;
    margin-left: 10px;
    float: left;
    background-size: 640px;
}

.s_bottom_tel {
    float: left;
    margin-left: 10px;
}

.s_bottom_tel h3 {
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
}

.s_bottom_tel span {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}

.s_bottom_2 {
	border-bottom: solid 0.5px #ffffff;
    height: 1px;
    opacity: 0.1;
}

.s_bottom_3 {
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 300;
    line-height: 60px;
    color: rgba(153, 153, 153, 1);
}

/*banner*/
.banner {
	width: 100%;
	height: 570px;
	overflow: hidden;
	position: relative;
}

.banner .bd {
	width: 100%;
	height: 570px;
}

.banner .bd ul {
	width: 100%;
	height: 570px;
}

.banner .bd ul li {
	width: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
}

.next, .prev {
	width: 33px;
	height: 40px;
	line-height: 51px;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	font-family: "黑体";
	z-index: 999;
	cursor: pointer;
	display: block;
}

.next {
	right: 0;
}

.prev {
	left: 0;
}

.banner .prev, .banner .next {
	display: none;
}

.banner a {
	display: inline;
}

.banner:hover .next, .banner:hover .prev {
	display: block;
}

.banner .hd {
	position: absolute;
	top: 26px;
	left: 15px;
	width: 100%;
}

.banner .hd ul {
	padding-top: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    background: #ccc;
    overflow: hidden;
    width: 6px;
    font-size: 0;
    width: 6px;
    height: 24px;
    transition: 0.5s;
}

.banner .hd ul .on {
	background-color: #D62926;
}

.prev i {
	display: inline-block;
	background: url(/saide/import/img/saide.png?time=20190704) no-repeat;
	width: 30px;
	height: 30px;
	background-position: 7px -48px;
	background-size: 640px;
}

.next i {
    display: inline-block;
    background: url(/saide/import/img/saide.png?time=20190704) no-repeat;
    width: 30px;
    height: 30px;
    background-position: 7px -76px;
    background-size: 640px;
}

.banner .prev:hover, .banner .next:hover {
	background-color: #D62926;
}


.samlltitle {
    margin-left: 40px;
    padding-top: 5px;
    margin-bottom: 30px;
}

.samlltitle h3 {
    font-size: 24px;
    font-family: PingFang-SC-Regular;
    font-weight: 500;
    color: #000000;
}

/*left导航栏*/
.s_head {
	min-height: 900px;
}

.s_left {
	min-width: 254px;
    width: 254px;
    min-height: 900px;
    float: left;
}

.s_left_title {
	width: 100%;
    height: 150px;
    line-height: 140px;
}

.s_left_title span {
	font-size: 33px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.s_left_span {
    font-size: 20px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #666666;
}

.s_left_span span {
	 width: 251.6px;
    display: inline-block;
    text-indent: 10px;
    height: 52px;
    border-right: 6px solid #ffffff;
    line-height: 49px;
    margin-bottom: 32px;
}

.s_left_span i {
	margin-right: 30px;
    font-size: 24px;
}

.s_left_span .on {
	background: #fbe9e9;
    color: #D62926;
    border-right: 6px solid #D62926;
}

.s_left_span .on i {
	color: #D62926;
}

.s_left_span .on b {
	display: inline-block;
}

.s_left_span span:HOVER {
	background: #fbe9e9;
    color: #D62926 ;
     border-right: 6px solid #fbe9e9;
}

.s_left_span span:HOVER i{
    color: #D62926 !important;
}

.s_left b {
	width: 8px;
    height: 8px;
    border: 2px solid #D62926;
    position: relative;
    left: 184px;
    margin-top: 21px;
    display: none;
    z-index: 999;
    background: #ffffff;
}

.s_rigth .s_rigth_title {
    margin-top: 58px;
    margin-left: 40px;
    font-size: 20px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #999999;
}

.s_rigth .s_rigth_title .s_2 {
	text-decoration: none;
	color: #999999;
}

.s_rigth .s_rigth_title .s_3 {
	color: #D62926;
}

.s_rigth {
	float: left;
    margin-left: 40px;
}

.svg_1{
	width: 40px;
    height: 40px;
    color: #ffffff;
    background: #D62926;
    line-height: 43px;
    border-radius: 45px;
    font-size: 22px;
    margin-right: 14px;
    display: inline-block;
    text-align: center;
}

@font-face {
  font-family: 'iconfont';  /* project id 1212920 */
  src: url('//at.alicdn.com/t/font_1212920_85vlc9cpnmy.eot');
  src: url('//at.alicdn.com/t/font_1212920_85vlc9cpnmy.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1212920_85vlc9cpnmy.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1212920_85vlc9cpnmy.woff') format('woff'),
  url('//at.alicdn.com/t/font_1212920_85vlc9cpnmy.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1212920_85vlc9cpnmy.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 24px;
	color: #CCCCCC;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.left_top {
    height: 104px;
    width: 36px;
    font-size: 14px;
    position: fixed;
    right: 7px;
    top: 58%;
    background: #31415A;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    line-height: 18px;
    display: none;
}

.left_top p {
	width: 16px;
	margin: 0 auto;
}

.left_top i {
    font-size: 20px;
    color: #ffffff;
    margin-top: 4px;
    display: inline-block;
}

#zanwu {
	width: 100%;
	text-align: center;
	line-height: 180px;
}

#zanwu i {
	font-size: 56px;
}

#zanwu span {
	font-size: 20px;
	display: inline-block;
	position: relative;
	top: -17px;
	margin-left: 15px;
}
